OpenFPM_pdata  1.1.0
Project that contain the implementation of distributed structures
 All Data Structures Namespaces Functions Variables Typedefs Enumerations Friends Pages
meta_copy_d< Tsrc[N1], Tdst > Struct Template Reference

Partial specialization for N=1 1D-Array. More...

Detailed Description

template<typename Tsrc, typename Tdst, size_t N1>
struct meta_copy_d< Tsrc[N1], Tdst >

Partial specialization for N=1 1D-Array.

Definition at line 107 of file meta_copy.hpp.

#include <meta_copy.hpp>

Static Public Member Functions

static void meta_copy_d_ (const Tsrc src[N1], Tdst &&dst)
 copy and object from src to dst More...
 

Member Function Documentation

template<typename Tsrc , typename Tdst , size_t N1>
static void meta_copy_d< Tsrc[N1], Tdst >::meta_copy_d_ ( const Tsrc  src[N1],
Tdst &&  dst 
)
inlinestatic

copy and object from src to dst

Parameters
srcsource object to copy
dstdestination object

Definition at line 115 of file meta_copy.hpp.


The documentation for this struct was generated from the following file: